home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-04-19 | 987 b | 21 lines | [TEXT/MOSS] |
- /* override some prefs in all.js */
- pref("browser.startup.homepage", "http://home.netscape.com/");
- pref("keyword.enabled", true);
- pref("profile.confirm_automigration",false);
- pref("general.useragent.vendor", "Netscape6");
- pref("general.useragent.vendorSub", "6.0b1");
- pref("browser.throbber.url","http://home.netscape.com");
-
- /* 4 Aug 2000 12:00:01 */
- pref("timebomb.enabled", true);
- pref("timebomb.expiration_time", "965415601000000");
- pref("timebomb.timebombURL", "http://home.netscape.com/download/prredirect.html");
-
- //prefs for product registration/activation
- pref("browser.registration.enable", true);
- pref("browser.registration.url", "http://activation.netscape.com/activation/en/activation.cgi");
- pref("browser.registration.domain", "http://www.netscape.com/activation/en");
- pref("browser.registration.acceptdomain", "aol.com");
- pref("browser.registration.mailservername", "imap.mail.aol.com");
- pref("browser.registration.mailservertype", "imap");
-